/* ---------------------
   mambo module layout
------------------------ */
/** div container for left column **/
#leftcol {
/*
	position:relative;
	float:left;
	clear:left;
	width:172px;
	background:transparent url(../images/bg_leftcol.jpg) repeat-y left top;
*/
}

#leftcolmenu {
	position:relative;
	background:transparent url(file:///C|/Documents and Settings/sylvester/Local Settings/Temporary Internet Files/Content.IE5/images/bg_leftcol.jpg) repeat-y left top;
	overflow:auto;
}

/** general module table **/
#leftcol table.moduletable,
#leftcol table {
	width:100%;
	float:left;
	clear:left;
	margin-top: 10px;
}

/**  module title **/
#leftcol table.moduletable th,
#leftcol table.moduletable-bgimg th,
#leftcol table.moduletable-right th {
/*
	border: 1px solid #000000;	
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:20px;
	background-color:#484848;
	height:25px;
	text-align:left;
	padding-left:15px;
	font-weight:normal;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	text-align: left;
	vertical-align: bottom;
	border: thin none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-color: #658AD7;     
	margin: 0px;
}

/** general module title **/
#leftcol table.moduletable-artane th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	text-align: left;
	vertical-align: bottom;
	margin: 0px 0px 0px 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: thin none;
	background-image: url(file:///C|/Documents and Settings/sylvester/Local Settings/Temporary Internet Files/Content.IE5/images/artane_head.gif);
	background-repeat: no-repeat;
}

#leftcol table.moduletable-central th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	text-align: left;
	vertical-align: bottom;
	margin: 0px 0px 0px 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: thin none;
	background-image: url(file:///C|/Documents and Settings/sylvester/Local Settings/Temporary Internet Files/Content.IE5/images/central_head.gif);
	background-repeat: no-repeat;
}

#leftcol table.moduletable-lucan th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	text-align: left;
	vertical-align: bottom;
	margin: 0px 0px 0px 3px;
	padding: 1px 0px 2px 4px;
	border: thin none;
	background-image: url(file:///C|/Documents and Settings/sylvester/Local Settings/Temporary Internet Files/Content.IE5/images/lucan_head.gif);
	background-repeat: no-repeat;
}

/** module styles in #leftcol **/
#leftcol table.moduletable td {
	color:#DADADA;
	font-size:11px;
}

/* ---------------------
   Links
------------------------ */
/** generic menu item **/
#leftcol .mainlevel  {
/*
	display:block;
	font: bold 11px/25px Arial, Helvetica, sans-serif !important;
	padding-left:15px;
	background:transparent url(../images/bg_mainlevel.gif) repeat-x center top;
	font-weight:bold;
	text-decoration:none;
*/
}

/** any left column link **/
#leftcol a:link,
#leftcol a:active,
#leftcol a:visited,
#leftcolmenu a:link,
#leftcolmenu a:active,
#leftcolmenu a:visited
{
/*	color:#FFFFFF; */
}

/** generic menu item link **/
#leftcol a.mainlevel:link,
#leftcol a.mainlevel:active,
#leftcol a.mainlevel:visited,
#leftcol a.mainlevel-central:link,
#leftcol a.mainlevel-central:active,
#leftcol a.mainlevel-central:visited,
#leftcol a.mainlevel-artane:link,
#leftcol a.mainlevel-artane:active,
#leftcol a.mainlevel-artane:visited,
#leftcol a.mainlevel-lucan:link,
#leftcol a.mainlevel-lucan:active,
#leftcol a.mainlevel-lucan:visited,
#leftcol a.sublevel:link,
#leftcol a.sublevel:active,
#leftcol a.sublevel:visited {
/*
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
*/
	display:block;
	width: 130px;
	height:14px;
	min-height:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border: thin solid #F5F7F0;
	text-transform: uppercase;
	background-color: #F5F7F0;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, 0px;
}

/** generic menu item link on mouseover **/
#leftcol a.mainlevel:hover,
#leftcol a.mainlevel:hover,
#leftcolmenu a.mainlevel:hover {
/*
	background-color:#484848;
	color:#FFFFFF!important;
	text-decoration:none!important;
*/
	display:block;
	width: 130px;
	height:16px;
	min-height:16px;
	color: #486C5A;
	border: thin solid #658AD7;
	background-color: #B3CDC0;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, 0px;
}

#leftcol a.mainlevel-artane:hover {
	display:block;
	height:16px;
	min-height:16px;
	width: 120px;
	border: thin solid #C70542;
	background-color: #F1C9D6;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, 0px;
}
#leftcol a.mainlevel-central:hover {
	display:block;
	height:16px;
	min-height:16px;
	width: 120px;
	border: thin solid #A891B0;
	background-color: #D8CEDB;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, 0px;
}
#leftcol a.mainlevel-lucan:hover {
	display:block;
	width: 120px;
	height:16px;
	min-height:16px;
	border: thin solid #6699C2;
	background-color: #C2D6E7;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, 0px;
}

#leftcol a:hover {
	color: #93B7DB;
	text-decoration:underline;
}

/* ---------------------
   mambo form layout
------------------------ */
/** specific left column form **/
#leftcol form {
	margin-left:10px;
}

/** left column input form **/
#leftcol .inputbox {
	font-size:11px;
	/*border: 1px solid #000000;*/
	margin-bottom:2px;
}

/** specific left column form **/
#leftcol .button {
	font-size:11px;
	color:#FFFFFF;
	background-color:#585858;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	width:120px;
}

/** general module table **/
#rightcol table.moduletable,
#rightcol table,
#rightcol table td {
	width:100%;
	float:left;
	clear:left;
	font-size:11px !important;
	color:#030303;
	margin-top: 5px;
}

/** general module title **/
#rightcol table.moduletable th,
#rightcol table.moduletable-bgimg th,
#rightcol table.moduletable-right th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 16px;
	text-align: left;
	vertical-align: bottom;
	border: thin none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-color: #658AD7;                        //**color on menu **//
	margin: 0px;
}

/** right column module td **/
#rightcol table.moduletable td,
#rightcol_top table.moduletable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	padding:0px;
	margin:2px;
}
#rightcol a,
#rightcol_top a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	padding:0px;
	margin:2px;
	text-decoration: underline;
}


/** 
moduletable specific with background image
you need to add modules class suffix: -bgimg
 **/
#rightcol table.moduletable-bgimg {
	background:transparent url(file:///C|/Documents and Settings/sylvester/Local Settings/Temporary Internet Files/Content.IE5/images/bg_module.jpg) no-repeat center bottom;
	float:left;
	clear:left;
	width:100%;
}

#rightcol table.moduletable-bgimg td {
	padding: 5px ;
	font-size:11px;
}

#rightcol table.moduletable-bgimg td td {
	padding: 0!important;
}

#rightcol .moduletable_bgimg table.pollstableborder td.sectiontableentry2,
#rightcol .moduletable_bgimg table.pollstableborder td.sectiontableentry1 {
	background-color:transparent!important; 
	text-align:left!important; 
}

/** search div in top right column. position:user4 **/
#rightcol_top div.search .search .inputbox {
	width: 100px;
	border: 1px solid #000000;
}
/** specific left column form **/
#rightcol_top .button {
	font-size:11px;
	color:#FFFFFF;
	background-color:#585858;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	width:95px;
}


/* ---------------------
mambo form layout
--------------------- */

 /*
specific right column menu item. position:right
you need to add menu class suffix: -right and
module class suffix: -right
 */
#rightcol .mainlevel-right {
	display:block;
	height:25px;
	line-height:25px;
	padding-left:15px;
	background:#EEF0F0 url(file:///C|/Documents and Settings/sylvester/Local Settings/Temporary Internet Files/Content.IE5/images/bg_mainlevel_right.gif) repeat-x center top;
	font-weight:bold;
}

/** for polls **/
#rightcol .poll {
	font-size:11px;
	line-height: 16px;
}

#rightcol table.pollstableborder .sectiontableentry2 {
	background-color:transparent; 
	text-align:left; 
}
#rightcol table.pollstableborder .sectiontableentry1 {
	background-color:#F5F5F5; 
	text-align:left;
}

#bottompadding	{
	position:relative;
	width:900px;
	display:block;
	height:0px;
	margin-top:-100px;
}
